From 6480141c7f5cb24069c38303cf527adc0d81c4ee Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sat, 2 May 2020 10:47:48 -0400 Subject: [PATCH] Prepare new upload. --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/libopencc2.shlibs | 2 +- debian/rules | 1 - 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index fab5298..4f6b7de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +opencc (1.0.6-2) unstable; urgency=medium + + * debian/libopencc2.shlibs: Bump version requirement to 1.0.6. + * debian/control: Bump debhelper compat to v13. + * debian/rules: Drop as-needed linker flag. + + -- Boyuan Yang Sat, 02 May 2020 10:46:44 -0400 + opencc (1.0.6-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 4c49516..16b84b0 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Uploaders: Build-Depends: cmake, darts, - debhelper-compat (= 12), + debhelper-compat (= 13), doxygen, graphviz, libjs-jquery, diff --git a/debian/libopencc2.shlibs b/debian/libopencc2.shlibs index d01b5d7..f905090 100644 --- a/debian/libopencc2.shlibs +++ b/debian/libopencc2.shlibs @@ -1 +1 @@ -libopencc 2 libopencc2 (>= 1.0.5) +libopencc 2 libopencc2 (>= 1.0.6) diff --git a/debian/rules b/debian/rules index 6563bbb..86fe171 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # CMake doesn't use CPPFLAGS, pass them to CFLAGS/CXXFLAGS to enable the # missing (hardening) flags. -- 2.30.2